home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / proxy11.zip / READ.ME < prev    next >
Text File  |  1993-01-15  |  3KB  |  82 lines

  1.                       PROXY v1.1
  2.  
  3.  
  4. The following files are provided with the Proxy system:
  5.  
  6.      PROXY.EXE                  BINTREE.PRX
  7.      PROXY.DAT                  TOPSORT.PRX
  8.      PROXY.INI                  PRIMES.PRX
  9.      PROXY.DOC                  CROSS.PRX
  10.      PRNTDOC.EXE                EMAIL.PRX
  11.      PRINTDOC.BAT               DATAFLOW.TXT
  12.      FINANCE.PRX                READ.ME
  13.      QUICKSRT.PRX
  14.  
  15. Copy the files into a subdirectory of your choice. To install
  16. Proxy, move to that subdirectory, type
  17.  
  18.      proxy install
  19.  
  20. and press <enter>.
  21.  
  22. The install process produces a new file PROXY.WKS and ends with
  23. the message:
  24.  
  25. loading-ended
  26.  
  27. To run Proxy, type
  28.  
  29.      proxy
  30.  
  31. After the copyright notice, the following will be displayed
  32. on your screen:
  33.  
  34.  Continue? : (run) / (exit)
  35.  
  36.  >
  37.  
  38. Type (run) and press <enter>. Make sure that run is enclosed by
  39. parentheses. A prompt ? will be displayed. You may now type
  40. expressions and function definitions (see the file PROXY.DOC).
  41. To print out the documentation, type printdoc and press <enter>.
  42. To get help at any prompt, type: help; and press <enter>.
  43. To exit the interpreter from any prompt, type exit; and press <enter>.
  44. Whenever the Continue? : (run) / (exit) prompt appears, you may exit
  45. the interpreter by typing (exit) and pressing <enter>.
  46.  
  47. Note - If you change to a new memory mapping scheme, for example,
  48. upgrading to DOS 5.0, it will be necessary to re-install Proxy.
  49. However, before doing this, erase the file PROXY.WKS. Also, you
  50. should not load any TSR programs before loading Proxy.
  51.  
  52. Feedback, bug reports, comments and suggestions are solicited and
  53. encouraged.
  54.                   send to
  55.  
  56.                  Burt Leavenworth
  57.                  23419 S. Mirabella Circle
  58.                  Boca Raton, FL 33433
  59.  
  60.                  CompuServe: [70262,1074] or
  61.  
  62.                  Internet: 70262.1074@compuserve.com
  63.  
  64. To register Proxy via CompuServe, GO SWREG, select option 2 (Register
  65. Shareware), and search either by Registration ID 574, by File Name
  66. PROXY.ZIP, or by User ID 70262,1074. Registration entitles you to
  67. support by phone, mail, or CompuServe email, and a free upgrade to
  68. Version 1.2. This upgrade adds a (non-preemptive) tasking facility
  69. to Proxy which allows the developer to model concurrent and distrib-
  70. utive systems, and to execute data flow modules. A simple example
  71. of this will be found in the file DATAFLOW.TXT.
  72.  
  73. Version 1.2 adds three new commands: dos, which executes DOS commands
  74. and shells to DOS; save, which saves the workspace (hence all Proxy
  75. functions which have been defined in a session) in a file; and restore,
  76. which loads a saved workspace. The use of save and restore speeds the
  77. loading process of previously defined functions.
  78.  
  79. Version 1.2 can only be obtained by registration. After registering,
  80. please send email to the author specifying the format desired (5-1/4"
  81. or 3-1/2").
  82.